home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / batcmd94.zip / READ1ST < prev    next >
Text File  |  1994-05-20  |  5KB  |  162 lines

  1.                    Bat Commander 91   CASTLEsoft Boston
  2.  
  3.          ************************************************************
  4.          *                                                          *
  5.          *           Don Hinds                                      *
  6.          *           CASTLEsoft                                     *
  7.          *           3 Draper Castle                                *
  8.          *           Dorchester Mass. 02122                         *
  9.          *                                                          *
  10.          ************************************************************
  11.                 Bat Commander/Magik/Zcolor/Editz/Zediit are
  12.                        copyright by CASTLEsoft Boston.
  13.  
  14.            The programs are written is ZBASIC and portions of the
  15.                  code are copyright by '32 Bit Software'
  16.  
  17.  
  18.  
  19.          When you make a BATch file on your HD, it takes 2048 bytes of
  20.  
  21.     disk space, even if it's a few bytes long. So if you have lots of
  22.  
  23.     Bat files, you can use a lot of disk space.  I have 60 Bats in my
  24.  
  25.     list. If they were individual batch files, 60 x 2048 = 122,880
  26.  
  27.     bytes. The space of the file containing the Bats (Z.FLS) is 2048
  28.  
  29.     bytes long. The program itself is 26,000+ bytes, which is a saving
  30.  
  31.     of 92,000+ total bytes. It also keeps all your bats in one place.
  32.  
  33.  
  34.  
  35.         Bat Commander allows all (well most all) your Bat files to be
  36.  
  37.     in a single ASCII file. The file size limit is 6,000 bytes.
  38.  
  39.     Enough for  1,000 lines of 6 chars each. (My Z.FLS has 60 Bats,
  40.  
  41.     352 lines, w/average 5 chars per line). There is a limit of 200
  42.  
  43.     Bat  file names, if you wish to LIST them. You can run,  list the
  44.  
  45.     Bats, add, delete and edit the Bats, pass parameters, and list
  46.  
  47.     contents of any Bat in the file.
  48.  
  49.  
  50.           Bat Commander is VERY easy to use (if you already use bats).
  51.  
  52.     FIRST copy Z.COM into your root DIR. Z.COM is the actual program.
  53.  
  54.     Z was picked, because it's handy to type, and very unlikly you
  55.  
  56.     have another program called Z. Always use Lower case except when
  57.  
  58.     typing END to finish a bat. Bat Commander is case sensitive.
  59.  
  60.  
  61.  
  62.     To start Bat Commander, you need to create Z.FLS and add Bats.
  63.  
  64.     z/?      -will show a short HELP screen.
  65.  
  66.     z/ed     -brings up the EDIT menu. Choices are <A>dd, <D>elete,
  67.  
  68.     <E>dit, <C>reate and <Q>uit. So start with  'c' and enter your
  69.  
  70.     first Bat. Enter the Bat name, then the commands for the Bat. When
  71.  
  72.     you are done, enter END (remember lower case and END in upper
  73.  
  74.     case). The you may <W>rite that Bat or <Q>uit (if you made a
  75.  
  76.     mistake). Bat Commander makes Z.BAK and Z.BKK backup files. The
  77.  
  78.     first few times you run Bat Commander, there will be ERRORS
  79.  
  80.     because those files to not yet exist. After entering 3  bats they
  81.  
  82.     will no longer occur. So don't worry about them. Then <A>dd some
  83.  
  84.     more Bats. When you are done <Q>uit will exit the EDIT menu, and
  85.  
  86.     you may test your Bats.
  87.  
  88.  
  89.     z    will list the Bats you have entered, sorted.
  90.  
  91.     z/z  will list the Bats in the order you entered them
  92.  
  93.     z/lbat   (where bat is the name of the Bat) will list the contents
  94.  
  95.              of the bat.
  96.  
  97.     z bat     (where BAT is the name of your Bat) will run your Bat.
  98.  
  99.     z bat x y     will run the Bat with parameters x & y. Parameters
  100.  
  101.              are used in the bat the same way as any other batch file.
  102.  
  103.     z/ed       gives you the EDIT menu. <D>elete asks the name of the
  104.  
  105.     Bat to be deleted. When you <E>dit a Bat, it will show the
  106.  
  107.     original line on the left. If you wish to change it type, the new
  108.  
  109.     line. If you want it unchanged, press   <enter> on the blank line.
  110.  
  111.     To DELETE that line, enter 0. T0 INSERT another line start the
  112.  
  113.     command with >. Example; >command   When you reach the end of that
  114.  
  115.     Bat, it will automatically be updated. You may review your changes
  116.  
  117.     with <E>dit again, and just press <enter> at each line.
  118.  
  119.  
  120.          A suggestion when you are using %1 %2 in Bats. In your bat
  121.  
  122.          precede the command with the same command and ECHO, and you
  123.  
  124.          will be diplayed the command as it executes.
  125.  
  126.              echo copy %1 %2
  127.              copy %1 %2
  128.  
  129.  
  130.      NOTE: Old Bat Commander users, remove the BLANK lines at the end
  131.  
  132.      and the small case 'end' from the old Z.FLS. The LAST item in
  133.  
  134.      Z.FLS should be END . Use an ASCII editor or your Word processor
  135.  
  136.      in ASCII mode.
  137.  
  138.  
  139.  
  140.      Include in this 'library' are A.COM, Z.COM, D.COM and E.COM.
  141.  
  142.     Z.COM looks at C:\ for Z.FLS. The others use the drive that
  143.  
  144.     matches proper 'x.COM'  for their "Z.FLS". You may rename z.com to
  145.  
  146.     c.com then d.com (or e.com) to z.com, if that is your primary
  147.  
  148.     drive.  At the far right of the screen will be A, C, D or E
  149.  
  150.     depending on which Bat Commander is in use.
  151.  
  152.  
  153.  
  154. Added to the ZIP are EDITZ to edit the Z.FLS that Bat Commander uses  (only
  155.  
  156. for  C:\ drive). ZEDITT is a simple ASCII line editor you can use  to  edit
  157.  
  158. Autoexce and Config.sys files. MAGIK is an easy to use Dialer program which
  159.  
  160. keeps  a database of your numbers.  ETIME adds minutes and seconds.  MURDER
  161.  
  162. is a simple Murder Whodunnit.